Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add initial guess to field_insensitive_point #63

Merged
merged 1 commit into from
Oct 31, 2023
Merged

Conversation

ayushagrawal2
Copy link
Contributor

The B_min and B_max bounds in utils.field_insensitive_point() were unused and the current solver doesn't support them, so I've added an initial guess parameter.

I've left the bounds in for now to avoid breaking changes, but added a warning if someone tries to set them. We can decide whether to implement the bounds or to remove them in another PR

@dnadlinger
Copy link
Member

dnadlinger commented Oct 31, 2023

Pulled in new version from #64; API change okayed by @hartytp there (and I agree it makes sense to have this as a hard change instead of a deprecation warning).

@dnadlinger dnadlinger merged commit a490900 into master Oct 31, 2023
2 checks passed
@dnadlinger dnadlinger deleted the fip_finder_fix branch October 31, 2023 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants